projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f46bc7
)
* faces.el (help-argument-name): Always inherit from italic.
author
Chong Yidong
<cyd@gnu.org>
Sun, 26 Aug 2012 02:57:07 +0000
(10:57 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sun, 26 Aug 2012 02:57:07 +0000
(10:57 +0800)
Fixes: debbugs:12213
lisp/ChangeLog
patch
|
blob
|
history
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 94ad0badad05bbd01cc4c737ab4752a40f0a8ad5..7b789ad64ede34084b08501a4b6261e3c1f776db 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2012-08-26 Chong Yidong <cyd@gnu.org>
+
+ * faces.el (help-argument-name): Always inherit from italic
+ (Bug#12213).
+
2012-08-25 Martin Rudalics <rudalics@gmx.at>
* window.el (window--even-window-heights): Even heights when
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 2e1ba7798e9b39aaa6380b5225fe020d2cd0a62e..6a477e172e1951aa4cb87e53b8f62b086b76d25c 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2444,7
+2444,7
@@
Note: Other faces cannot inherit from the cursor face."
:group 'menu
:group 'basic-faces)
-(defface help-argument-name '((
((supports :slant italic))
:inherit italic))
+(defface help-argument-name '((
t
:inherit italic))
"Face to highlight argument names in *Help* buffers."
:group 'help)